Columns Section of the XML File

When a project is exported, the columns information is exported to the <Columns> section of the XML file.

This is an example of the <Columns> section:

<Columns>

<Column id="col1">

  <TableID>4</TableID>

  <ColName>C1</ColName>

  <DataType>5</DataType>

  <Length>15</Length>

  <SQL>Element.C1</SQL>

  <Alias>Status</Alias>

</Column>

</Columns>